﻿2026-06-21T09:42:08.3536801Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T09:42:08.3537961Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T09:42:08.3538224Z [36;1m$PIN = "0c95435"[0m
2026-06-21T09:42:08.3538475Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T09:42:08.3538734Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T09:42:08.3539092Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T09:42:08.3539499Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T09:42:08.3539814Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T09:42:08.3540160Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T09:42:08.3540526Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T09:42:08.3540942Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T09:42:08.3541280Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T09:42:08.3541582Z [36;1m}[0m
2026-06-21T09:42:08.3541749Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T09:42:08.3542017Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T09:42:08.3609442Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T09:42:08.3609761Z ##[endgroup]
2026-06-21T09:42:09.5454965Z    Compiling proc-macro2 v1.0.106
2026-06-21T09:42:09.5455301Z    Compiling unicode-ident v1.0.24
2026-06-21T09:42:09.5455513Z    Compiling quote v1.0.45
2026-06-21T09:42:09.5457539Z    Compiling cfg-if v1.0.4
2026-06-21T09:42:09.5458027Z    Compiling serde_core v1.0.228
2026-06-21T09:42:09.5458705Z    Compiling serde v1.0.228
2026-06-21T09:42:09.5459435Z    Compiling windows-link v0.2.1
2026-06-21T09:42:09.5473329Z    Compiling portable-atomic v1.13.1
2026-06-21T09:42:09.5473909Z    Compiling typenum v1.20.1
2026-06-21T09:42:09.5474247Z    Compiling getrandom v0.3.4
2026-06-21T09:42:09.5474638Z    Compiling pin-project-lite v0.2.17
2026-06-21T09:42:09.5482293Z    Compiling version_check v0.9.5
2026-06-21T09:42:09.5482695Z    Compiling critical-section v1.2.0
2026-06-21T09:42:09.5483105Z    Compiling shlex v2.0.1
2026-06-21T09:42:09.5490716Z    Compiling find-msvc-tools v0.1.9
2026-06-21T09:42:09.5492529Z    Compiling memchr v2.8.1
2026-06-21T09:42:09.6455107Z    Compiling windows-sys v0.61.2
2026-06-21T09:42:09.6669661Z    Compiling subtle v2.6.1
2026-06-21T09:42:09.6863474Z    Compiling smallvec v1.15.1
2026-06-21T09:42:09.7141485Z    Compiling futures-core v0.3.32
2026-06-21T09:42:09.7153544Z    Compiling equivalent v1.0.2
2026-06-21T09:42:09.8782335Z    Compiling bytes v1.11.1
2026-06-21T09:42:09.8811082Z    Compiling itoa v1.0.18
2026-06-21T09:42:10.0191697Z    Compiling semver v1.0.28
2026-06-21T09:42:10.0352207Z    Compiling stable_deref_trait v1.2.1
2026-06-21T09:42:10.1171924Z    Compiling log v0.4.32
2026-06-21T09:42:10.1391888Z    Compiling futures-sink v0.3.32
2026-06-21T09:42:10.1459470Z    Compiling futures-io v0.3.32
2026-06-21T09:42:10.1592941Z    Compiling generic-array v0.14.7
2026-06-21T09:42:10.3215008Z    Compiling rustc_version v0.4.1
2026-06-21T09:42:10.3332439Z    Compiling slab v0.4.12
2026-06-21T09:42:10.3958743Z    Compiling futures-channel v0.3.32
2026-06-21T09:42:10.4148345Z    Compiling hashbrown v0.17.1
2026-06-21T09:42:10.4191387Z    Compiling futures-task v0.3.32
2026-06-21T09:42:10.4239876Z    Compiling rustversion v1.0.22
2026-06-21T09:42:10.7682209Z    Compiling getrandom v0.2.17
2026-06-21T09:42:10.7861559Z    Compiling cpufeatures v0.2.17
2026-06-21T09:42:10.8185775Z    Compiling fnv v1.0.7
2026-06-21T09:42:10.8352204Z    Compiling libc v0.2.186
2026-06-21T09:42:10.8397287Z    Compiling strsim v0.11.1
2026-06-21T09:42:10.8441400Z    Compiling cfg_aliases v0.2.1
2026-06-21T09:42:10.9256588Z    Compiling jobserver v0.1.34
2026-06-21T09:42:10.9257044Z    Compiling rand_core v0.10.1
2026-06-21T09:42:10.9414460Z    Compiling litemap v0.8.2
2026-06-21T09:42:10.9604290Z    Compiling writeable v0.6.3
2026-06-21T09:42:10.9785560Z    Compiling autocfg v1.5.1
2026-06-21T09:42:10.9891872Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T09:42:11.0284383Z    Compiling fs_extra v1.3.0
2026-06-21T09:42:11.0450116Z    Compiling ident_case v1.0.1
2026-06-21T09:42:11.1404271Z    Compiling cc v1.2.63
2026-06-21T09:42:11.2297060Z    Compiling indexmap v2.14.0
2026-06-21T09:42:11.2464807Z    Compiling icu_properties_data v2.2.0
2026-06-21T09:42:11.2924365Z    Compiling utf8_iter v1.0.4
2026-06-21T09:42:11.3656289Z    Compiling getrandom v0.4.2
2026-06-21T09:42:11.3779617Z    Compiling dunce v1.0.5
2026-06-21T09:42:11.5175863Z    Compiling syn v2.0.117
2026-06-21T09:42:11.5691218Z    Compiling percent-encoding v2.3.2
2026-06-21T09:42:11.5994865Z    Compiling crypto-common v0.1.7
2026-06-21T09:42:11.6208056Z    Compiling http v1.4.1
2026-06-21T09:42:11.6665423Z    Compiling unicode-segmentation v1.13.3
2026-06-21T09:42:11.6740927Z    Compiling aws-lc-rs v1.17.0
2026-06-21T09:42:11.6741466Z    Compiling thiserror v2.0.18
2026-06-21T09:42:11.7874440Z    Compiling cpufeatures v0.3.0
2026-06-21T09:42:11.7874960Z    Compiling scopeguard v1.2.0
2026-06-21T09:42:11.8875665Z    Compiling chacha20 v0.10.0
2026-06-21T09:42:11.9633258Z    Compiling lock_api v0.4.14
2026-06-21T09:42:11.9865296Z    Compiling form_urlencoded v1.2.2
2026-06-21T09:42:11.9892483Z    Compiling block-buffer v0.10.4
2026-06-21T09:42:12.0795255Z    Compiling cmake v0.1.58
2026-06-21T09:42:12.1266048Z    Compiling untrusted v0.9.0
2026-06-21T09:42:12.1534803Z    Compiling bitflags v2.12.1
2026-06-21T09:42:12.1626666Z    Compiling winapi v0.3.9
2026-06-21T09:42:12.1845431Z    Compiling rand v0.10.1
2026-06-21T09:42:12.1899751Z    Compiling digest v0.10.7
2026-06-21T09:42:12.2319343Z    Compiling num-traits v0.2.19
2026-06-21T09:42:12.2886379Z    Compiling windows-result v0.4.1
2026-06-21T09:42:12.2926004Z    Compiling windows-strings v0.5.1
2026-06-21T09:42:12.3149618Z    Compiling rustls v0.23.40
2026-06-21T09:42:12.3357054Z    Compiling heck v0.5.0
2026-06-21T09:42:12.4525825Z    Compiling convert_case v0.10.0
2026-06-21T09:42:12.4645606Z    Compiling atomic-waker v1.1.2
2026-06-21T09:42:12.5339290Z    Compiling anyhow v1.0.102
2026-06-21T09:42:12.6922539Z    Compiling unicode-xid v0.2.6
2026-06-21T09:42:12.7128017Z    Compiling const-oid v0.10.2
2026-06-21T09:42:12.7491735Z    Compiling zerocopy v0.8.50
2026-06-21T09:42:12.7544468Z    Compiling httparse v1.10.1
2026-06-21T09:42:12.7553579Z    Compiling parking_lot_core v0.9.12
2026-06-21T09:42:12.8127754Z    Compiling http-body v1.0.1
2026-06-21T09:42:12.8997163Z    Compiling curve25519-dalek v4.1.3
2026-06-21T09:42:12.9894943Z    Compiling hybrid-array v0.4.12
2026-06-21T09:42:13.0495680Z    Compiling ahash v0.8.12
2026-06-21T09:42:13.0556942Z    Compiling base64ct v1.8.3
2026-06-21T09:42:13.2421661Z    Compiling fastrand v2.4.1
2026-06-21T09:42:13.2422412Z    Compiling powerfmt v0.2.0
2026-06-21T09:42:13.2984505Z    Compiling either v1.16.0
2026-06-21T09:42:13.5343586Z    Compiling aws-lc-sys v0.41.0
2026-06-21T09:42:13.5382596Z    Compiling ring v0.17.14
2026-06-21T09:42:13.6474549Z    Compiling deranged v0.5.8
2026-06-21T09:42:13.6588711Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T09:42:13.7228186Z    Compiling rand_core v0.6.4
2026-06-21T09:42:13.8405327Z    Compiling num-conv v0.2.2
2026-06-21T09:42:13.8748376Z    Compiling vcpkg v0.2.15
2026-06-21T09:42:13.9414371Z    Compiling time-core v0.1.8
2026-06-21T09:42:13.9726859Z    Compiling base64 v0.22.1
2026-06-21T09:42:14.0321410Z    Compiling tinyvec_macros v0.1.1
2026-06-21T09:42:14.0457268Z    Compiling pkg-config v0.3.33
2026-06-21T09:42:14.0851285Z    Compiling zmij v1.0.21
2026-06-21T09:42:14.1445982Z    Compiling try-lock v0.2.5
2026-06-21T09:42:14.1856841Z    Compiling data-encoding v2.11.0
2026-06-21T09:42:14.2236400Z    Compiling tower-service v0.3.3
2026-06-21T09:42:14.2532214Z    Compiling tinyvec v1.11.0
2026-06-21T09:42:14.3730075Z    Compiling want v0.3.1
2026-06-21T09:42:14.4643317Z    Compiling parking_lot v0.12.5
2026-06-21T09:42:14.4855569Z    Compiling block-buffer v0.12.0
2026-06-21T09:42:14.5440866Z    Compiling crypto-common v0.2.2
2026-06-21T09:42:14.6535067Z    Compiling sha2 v0.10.9
2026-06-21T09:42:14.8427153Z    Compiling vergen-lib v9.1.0
2026-06-21T09:42:14.8612544Z    Compiling inout v0.1.4
2026-06-21T09:42:14.9780031Z    Compiling n0-future v0.3.2
2026-06-21T09:42:15.0840525Z    Compiling diatomic-waker v0.2.3
2026-06-21T09:42:15.1132741Z    Compiling httpdate v1.0.3
2026-06-21T09:42:15.1274489Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T09:42:15.1449907Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T09:42:15.2481641Z    Compiling cordyceps v0.3.4
2026-06-21T09:42:15.2881472Z    Compiling winnow v1.0.3
2026-06-21T09:42:15.3241810Z    Compiling spin v0.10.0
2026-06-21T09:42:15.4504273Z    Compiling crossbeam-utils v0.8.21
2026-06-21T09:42:15.4553229Z    Compiling parking v2.2.1
2026-06-21T09:42:15.5030134Z    Compiling signature v2.2.0
2026-06-21T09:42:15.5128882Z    Compiling serde_json v1.0.150
2026-06-21T09:42:15.6481717Z    Compiling ed25519 v2.2.3
2026-06-21T09:42:15.6590202Z    Compiling futures-lite v2.6.1
2026-06-21T09:42:15.7305797Z    Compiling futures-buffered v0.2.13
2026-06-21T09:42:15.7862493Z    Compiling synstructure v0.13.2
2026-06-21T09:42:15.8050748Z    Compiling darling_core v0.20.11
2026-06-21T09:42:15.8577940Z    Compiling digest v0.11.3
2026-06-21T09:42:16.0949066Z    Compiling cipher v0.4.4
2026-06-21T09:42:16.1486783Z    Compiling vergen v9.1.0
2026-06-21T09:42:16.1791832Z    Compiling vergen-lib v0.1.6
2026-06-21T09:42:16.1865218Z    Compiling universal-hash v0.5.1
2026-06-21T09:42:16.3454059Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T09:42:16.3454502Z    Compiling heapless v0.7.17
2026-06-21T09:42:16.4029990Z    Compiling noq-udp v0.10.0
2026-06-21T09:42:16.4661338Z    Compiling sync_wrapper v1.0.2
2026-06-21T09:42:16.5077711Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T09:42:16.5221095Z    Compiling byteorder v1.5.0
2026-06-21T09:42:16.6380357Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T09:42:16.7500208Z    Compiling allocator-api2 v0.2.21
2026-06-21T09:42:16.7600933Z    Compiling opaque-debug v0.3.1
2026-06-21T09:42:16.8223787Z    Compiling polyval v0.6.2
2026-06-21T09:42:16.8351762Z    Compiling hash32 v0.2.1
2026-06-21T09:42:17.0004093Z    Compiling spin v0.9.8
2026-06-21T09:42:17.0765685Z    Compiling vergen-gitcl v1.0.8
2026-06-21T09:42:17.1055370Z    Compiling windows-threading v0.2.1
2026-06-21T09:42:17.1204771Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T09:42:17.1295891Z    Compiling fallible-iterator v0.3.0
2026-06-21T09:42:17.2119025Z    Compiling ryu v1.0.23
2026-06-21T09:42:17.2891920Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T09:42:17.3087292Z    Compiling signature v3.0.0
2026-06-21T09:42:17.4179029Z    Compiling tower-layer v0.3.3
2026-06-21T09:42:17.5099712Z    Compiling windows-targets v0.52.6
2026-06-21T09:42:17.5791481Z    Compiling ghash v0.5.1
2026-06-21T09:42:17.5851772Z    Compiling aes v0.8.4
2026-06-21T09:42:17.6056191Z    Compiling ctr v0.9.2
2026-06-21T09:42:17.6529103Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T09:42:17.6529618Z    Compiling fs2 v0.4.3
2026-06-21T09:42:17.7607135Z    Compiling time v0.3.47
2026-06-21T09:42:17.8001361Z    Compiling http-body-util v0.1.3
2026-06-21T09:42:17.8509515Z    Compiling aead v0.5.2
2026-06-21T09:42:17.9688057Z    Compiling proc-macro-crate v3.5.0
2026-06-21T09:42:18.0469244Z    Compiling ipconfig v0.3.4
2026-06-21T09:42:18.0914380Z    Compiling widestring v1.2.1
2026-06-21T09:42:18.1511579Z    Compiling aes-gcm v0.10.3
2026-06-21T09:42:18.3517818Z    Compiling socket2 v0.6.4
2026-06-21T09:42:18.3710114Z    Compiling mio v1.2.1
2026-06-21T09:42:18.4777091Z    Compiling windows-sys v0.59.0
2026-06-21T09:42:18.5821416Z    Compiling serde_derive v1.0.228
2026-06-21T09:42:18.5821898Z    Compiling zeroize_derive v1.4.3
2026-06-21T09:42:18.7881821Z    Compiling zerofrom-derive v0.1.7
2026-06-21T09:42:18.8974383Z    Compiling yoke-derive v0.8.2
2026-06-21T09:42:18.9754854Z    Compiling tokio-macros v2.7.0
2026-06-21T09:42:19.6988901Z    Compiling futures-macro v0.3.32
2026-06-21T09:42:19.7570449Z    Compiling zerovec-derive v0.11.3
2026-06-21T09:42:19.7878991Z    Compiling displaydoc v0.2.6
2026-06-21T09:42:19.8570362Z    Compiling tracing-attributes v0.1.31
2026-06-21T09:42:20.0572856Z    Compiling thiserror-impl v2.0.18
2026-06-21T09:42:20.2335662Z    Compiling zeroize v1.8.2
2026-06-21T09:42:20.3823170Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T09:42:20.4212618Z    Compiling darling_macro v0.20.11
2026-06-21T09:42:20.4523600Z    Compiling derive_more-impl v2.1.1
2026-06-21T09:42:20.7567304Z    Compiling tokio v1.52.3
2026-06-21T09:42:20.7567821Z    Compiling rustls-pki-types v1.14.1
2026-06-21T09:42:20.8197607Z    Compiling windows-interface v0.59.3
2026-06-21T09:42:20.8536935Z    Compiling futures-util v0.3.32
2026-06-21T09:42:21.0809782Z    Compiling darling v0.20.11
2026-06-21T09:42:21.1330736Z    Compiling spez v0.1.2
2026-06-21T09:42:21.2053162Z    Compiling windows-implement v0.60.2
2026-06-21T09:42:21.2179954Z    Compiling n0-error-macros v0.1.3
2026-06-21T09:42:21.3868146Z    Compiling derive_builder_core v0.20.2
2026-06-21T09:42:21.4568595Z    Compiling zerofrom v0.1.8
2026-06-21T09:42:21.7181185Z    Compiling der v0.8.0-rc.10
2026-06-21T09:42:21.7433501Z    Compiling pin-project-internal v1.1.13
2026-06-21T09:42:21.8764659Z    Compiling yoke v0.8.3
2026-06-21T09:42:21.9016454Z    Compiling postcard-derive v0.2.2
2026-06-21T09:42:22.0489232Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T09:42:22.2028246Z    Compiling windows-core v0.62.2
2026-06-21T09:42:22.3498069Z    Compiling zerovec v0.11.6
2026-06-21T09:42:22.4894520Z    Compiling zerotrie v0.2.4
2026-06-21T09:42:22.5400523Z    Compiling n0-error v0.1.3
2026-06-21T09:42:22.7308339Z    Compiling cobs v0.3.0
2026-06-21T09:42:22.7632461Z    Compiling data-encoding-macro v0.1.20
2026-06-21T09:42:22.9807478Z    Compiling derive_builder_macro v0.20.2
2026-06-21T09:42:23.0187317Z    Compiling spki v0.8.0-rc.4
2026-06-21T09:42:23.0760994Z    Compiling ed25519-dalek v2.2.0
2026-06-21T09:42:23.0881210Z    Compiling windows-numerics v0.3.1
2026-06-21T09:42:23.1714579Z    Compiling tinystr v0.8.3
2026-06-21T09:42:23.2539933Z    Compiling potential_utf v0.1.5
2026-06-21T09:42:23.3109133Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T09:42:23.3520984Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T09:42:23.3704403Z    Compiling icu_collections v2.2.0
2026-06-21T09:42:23.4206375Z    Compiling icu_locale_core v2.2.0
2026-06-21T09:42:23.4892344Z    Compiling pin-project v1.1.13
2026-06-21T09:42:23.4893393Z    Compiling windows-future v0.3.2
2026-06-21T09:42:23.5140529Z    Compiling derive_builder v0.20.2
2026-06-21T09:42:23.5822036Z    Compiling windows-collections v0.3.2
2026-06-21T09:42:23.6302770Z    Compiling num_enum_derive v0.7.6
2026-06-21T09:42:23.8479599Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T09:42:23.9690284Z    Compiling enum-assoc v1.3.0
2026-06-21T09:42:24.1404102Z    Compiling futures-executor v0.3.32
2026-06-21T09:42:24.2813570Z    Compiling ipnet v2.12.0
2026-06-21T09:42:24.3443265Z    Compiling futures v0.3.32
2026-06-21T09:42:24.4097063Z    Compiling icu_provider v2.2.0
2026-06-21T09:42:24.4097765Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T09:42:24.5051957Z    Compiling chrono v0.4.45
2026-06-21T09:42:24.6670609Z    Compiling prefix-trie v0.8.4
2026-06-21T09:42:24.9128603Z    Compiling once_cell v1.21.4
2026-06-21T09:42:24.9988209Z    Compiling icu_normalizer v2.2.0
2026-06-21T09:42:25.0953122Z    Compiling icu_properties v2.2.0
2026-06-21T09:42:25.1762563Z    Compiling windows v0.62.2
2026-06-21T09:42:25.2160822Z    Compiling tracing-core v0.1.36
2026-06-21T09:42:25.3575746Z    Compiling postcard v1.1.3
2026-06-21T09:42:25.3804703Z    Compiling derive_more v2.1.1
2026-06-21T09:42:25.4013537Z    Compiling strum_macros v0.28.0
2026-06-21T09:42:25.4183465Z    Compiling async-trait v0.1.89
2026-06-21T09:42:25.5325339Z    Compiling tokio-util v0.7.18
2026-06-21T09:42:25.5514649Z    Compiling tower v0.5.3
2026-06-21T09:42:25.6519813Z    Compiling tracing v0.1.44
2026-06-21T09:42:25.8772715Z    Compiling hashbrown v0.14.5
2026-06-21T09:42:26.1339745Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T09:42:26.2730717Z    Compiling h2 v0.4.14
2026-06-21T09:42:26.3565308Z    Compiling crossbeam-channel v0.5.15
2026-06-21T09:42:26.6282483Z    Compiling idna_adapter v1.2.2
2026-06-21T09:42:26.6322552Z    Compiling hashlink v0.9.1
2026-06-21T09:42:26.7153979Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T09:42:26.7202492Z    Compiling idna v1.1.0
2026-06-21T09:42:26.7382177Z    Compiling blake3 v1.8.5
2026-06-21T09:42:26.7852941Z    Compiling windows-registry v0.6.1
2026-06-21T09:42:26.8136406Z    Compiling uuid v1.23.2
2026-06-21T09:42:26.8451561Z    Compiling memoffset v0.6.5
2026-06-21T09:42:26.9051125Z    Compiling acto v0.8.2
2026-06-21T09:42:27.0842546Z    Compiling url v2.5.8
2026-06-21T09:42:27.0843181Z    Compiling rusqlite v0.32.1
2026-06-21T09:42:27.1752581Z    Compiling netwatch v0.16.0
2026-06-21T09:42:27.2286364Z    Compiling noq v0.18.0
2026-06-21T09:42:27.2387490Z    Compiling tagptr v0.2.0
2026-06-21T09:42:27.2700134Z    Compiling thiserror v1.0.69
2026-06-21T09:42:27.3195150Z    Compiling foldhash v0.2.0
2026-06-21T09:42:27.3467785Z    Compiling mac-addr v0.3.0
2026-06-21T09:42:27.4765622Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T09:42:27.4795060Z    Compiling lru-slab v0.1.2
2026-06-21T09:42:27.5246619Z    Compiling rustc-hash v2.1.2
2026-06-21T09:42:27.6389368Z    Compiling identity-hash v0.1.0
2026-06-21T09:42:27.6420140Z    Compiling xml-rs v0.8.28
2026-06-21T09:42:27.6556427Z    Compiling ref-cast v1.0.25
2026-06-21T09:42:27.7494326Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T09:42:27.7494788Z    Compiling iroh-base v0.98.0
2026-06-21T09:42:27.7672387Z    Compiling attohttpc v0.30.1
2026-06-21T09:42:27.8138202Z    Compiling tower-http v0.6.11
2026-06-21T09:42:27.9643111Z    Compiling netdev v0.42.0
2026-06-21T09:42:28.0961728Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T09:42:28.1643504Z    Compiling hashbrown v0.16.1
2026-06-21T09:42:28.2944140Z    Compiling strum v0.28.0
2026-06-21T09:42:28.3325582Z    Compiling xmltree v0.10.3
2026-06-21T09:42:28.4102246Z    Compiling moka v0.12.15
2026-06-21T09:42:28.8652356Z    Compiling n0-watcher v0.6.1
2026-06-21T09:42:28.9210291Z    Compiling tokio-stream v0.1.18
2026-06-21T09:42:28.9813400Z    Compiling iroh-metrics v0.38.3
2026-06-21T09:42:29.0315228Z    Compiling iroh-relay v0.98.0
2026-06-21T09:42:29.1836443Z    Compiling num_enum v0.7.6
2026-06-21T09:42:29.2692844Z    Compiling serde_spanned v0.6.9
2026-06-21T09:42:29.3959056Z    Compiling toml_datetime v0.6.11
2026-06-21T09:42:29.5382384Z    Compiling thiserror-impl v1.0.69
2026-06-21T09:42:29.5903317Z    Compiling ref-cast-impl v1.0.25
2026-06-21T09:42:29.5963724Z    Compiling serde_derive_internals v0.29.1
2026-06-21T09:42:29.7143507Z    Compiling simple-dns v0.9.3
2026-06-21T09:42:29.7361081Z    Compiling serial-core v0.4.0
2026-06-21T09:42:29.8430521Z    Compiling aho-corasick v1.1.4
2026-06-21T09:42:29.8737636Z    Compiling winreg v0.10.1
2026-06-21T09:42:29.9786294Z    Compiling arrayvec v0.7.6
2026-06-21T09:42:30.0116709Z    Compiling smol_str v0.1.24
2026-06-21T09:42:30.2517097Z    Compiling sha1_smol v1.0.1
2026-06-21T09:42:30.3193578Z    Compiling toml_write v0.1.2
2026-06-21T09:42:30.3335784Z    Compiling arrayref v0.3.9
2026-06-21T09:42:30.3562224Z    Compiling resolv-conf v0.7.6
2026-06-21T09:42:30.4272324Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T09:42:30.4660366Z    Compiling simdutf8 v0.1.5
2026-06-21T09:42:30.5964901Z    Compiling regex-syntax v0.8.10
2026-06-21T09:42:30.6497927Z    Compiling hyper v1.10.1
2026-06-21T09:42:30.6679596Z    Compiling constant_time_eq v0.4.2
2026-06-21T09:42:30.7420312Z    Compiling winnow v0.7.15
2026-06-21T09:42:30.9722514Z    Compiling iroh-dns v0.98.0
2026-06-21T09:42:31.1322091Z    Compiling schemars_derive v1.2.1
2026-06-21T09:42:31.6882905Z    Compiling serial-windows v0.4.0
2026-06-21T09:42:31.9564165Z    Compiling lru v0.16.4
2026-06-21T09:42:31.9981425Z    Compiling webpki-roots v1.0.7
2026-06-21T09:42:32.0838705Z    Compiling hyper-util v0.1.20
2026-06-21T09:42:32.2255163Z    Compiling seize v0.5.1
2026-06-21T09:42:32.2733998Z    Compiling darling_core v0.23.0
2026-06-21T09:42:32.3206535Z    Compiling serde_bytes v0.11.19
2026-06-21T09:42:32.7232901Z    Compiling regex-automata v0.4.14
2026-06-21T09:42:32.7562940Z    Compiling toml_edit v0.22.27
2026-06-21T09:42:32.8791401Z    Compiling hmac v0.12.1
2026-06-21T09:42:32.8799824Z    Compiling iroh v0.98.2
2026-06-21T09:42:33.0623303Z    Compiling utf8parse v0.2.2
2026-06-21T09:42:33.1470854Z    Compiling cmov v0.5.4
2026-06-21T09:42:33.2019454Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T09:42:33.3093675Z    Compiling pin-utils v0.1.0
2026-06-21T09:42:33.3189273Z    Compiling lazy_static v1.5.0
2026-06-21T09:42:33.4055089Z    Compiling dyn-clone v1.0.20
2026-06-21T09:42:33.4182663Z    Compiling anstyle v1.0.14
2026-06-21T09:42:33.4288102Z    Compiling bitflags v1.3.2
2026-06-21T09:42:33.4312016Z    Compiling shared_library v0.1.9
2026-06-21T09:42:33.4777511Z    Compiling ctutils v0.4.2
2026-06-21T09:42:33.5693816Z    Compiling nix v0.25.1
2026-06-21T09:42:33.5995903Z    Compiling schemars v1.2.1
2026-06-21T09:42:33.6540180Z    Compiling igd-next v0.17.1
2026-06-21T09:42:33.6668913Z    Compiling anstyle-wincon v3.0.11
2026-06-21T09:42:33.6756120Z    Compiling anstyle-parse v1.0.0
2026-06-21T09:42:33.7203742Z    Compiling hkdf v0.12.4
2026-06-21T09:42:33.7999430Z    Compiling papaya v0.2.4
2026-06-21T09:42:33.8356303Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T09:42:33.8651386Z    Compiling serial v0.4.0
2026-06-21T09:42:33.9265627Z    Compiling filedescriptor v0.8.3
2026-06-21T09:42:34.0408453Z    Compiling backon v1.6.0
2026-06-21T09:42:34.1323567Z    Compiling anstyle-query v1.1.5
2026-06-21T09:42:34.3388194Z    Compiling foldhash v0.1.5
2026-06-21T09:42:34.3594014Z    Compiling shell-words v1.1.1
2026-06-21T09:42:34.3691688Z    Compiling instability v0.3.12
2026-06-21T09:42:34.4187983Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T09:42:34.5973643Z    Compiling downcast-rs v1.2.1
2026-06-21T09:42:34.6552654Z    Compiling paste v1.0.15
2026-06-21T09:42:34.6709177Z    Compiling colorchoice v1.0.5
2026-06-21T09:42:34.7842034Z    Compiling anstream v1.0.0
2026-06-21T09:42:34.7917728Z    Compiling portable-pty v0.8.1
2026-06-21T09:42:34.8827708Z    Compiling hashbrown v0.15.5
2026-06-21T09:42:34.8950712Z    Compiling spake2 v0.4.0
2026-06-21T09:42:34.9504565Z    Compiling toml v0.8.23
2026-06-21T09:42:35.2767369Z    Compiling regex v1.12.3
2026-06-21T09:42:35.2808331Z    Compiling strum_macros v0.26.4
2026-06-21T09:42:35.3871488Z    Compiling terminal_size v0.4.4
2026-06-21T09:42:35.4096649Z    Compiling crossterm_winapi v0.9.1
2026-06-21T09:42:35.6210003Z    Compiling itertools v0.13.0
2026-06-21T09:42:35.6659656Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T09:42:35.8997014Z    Compiling sha1 v0.10.6
2026-06-21T09:42:36.0120469Z    Compiling wmi v0.18.4
2026-06-21T09:42:36.1595627Z    Compiling darling_macro v0.23.0
2026-06-21T09:42:36.1741359Z    Compiling castaway v0.2.4
2026-06-21T09:42:36.2105632Z    Compiling clap_lex v1.1.0
2026-06-21T09:42:36.3439575Z    Compiling unicode-width v0.1.14
2026-06-21T09:42:36.4614331Z    Compiling recvmsg v1.0.0
2026-06-21T09:42:36.6539654Z    Compiling doctest-file v1.1.1
2026-06-21T09:42:36.7395211Z    Compiling darling v0.23.0
2026-06-21T09:42:36.7494468Z    Compiling static_assertions v1.1.0
2026-06-21T09:42:36.9034952Z    Compiling indoc v2.0.7
2026-06-21T09:42:36.9396395Z    Compiling compact_str v0.8.2
2026-06-21T09:42:37.0716298Z    Compiling clap_builder v4.6.0
2026-06-21T09:42:37.4703303Z    Compiling unicode-truncate v1.1.0
2026-06-21T09:42:37.5935086Z    Compiling interprocess v2.4.2
2026-06-21T09:42:37.6723648Z    Compiling crossterm v0.28.1
2026-06-21T09:42:37.7595834Z    Compiling portmapper v0.16.0
2026-06-21T09:42:37.8595667Z    Compiling strum v0.26.3
2026-06-21T09:42:38.1189831Z    Compiling lru v0.12.5
2026-06-21T09:42:38.3377535Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T09:42:38.5695781Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T09:42:38.8510891Z    Compiling clap_derive v4.6.1
2026-06-21T09:42:38.9522394Z    Compiling error-code v3.3.2
2026-06-21T09:42:39.1416179Z    Compiling unicode-width v0.2.0
2026-06-21T09:42:39.1521026Z    Compiling cassowary v0.3.0
2026-06-21T09:42:39.2979638Z    Compiling clipboard-win v5.4.1
2026-06-21T09:42:39.3764109Z    Compiling nucleo-matcher v0.3.1
2026-06-21T09:42:39.3963863Z    Compiling qrcode v0.14.1
2026-06-21T09:42:39.5227520Z    Compiling ratatui v0.29.0
2026-06-21T09:42:40.0326833Z    Compiling tempfile v3.27.0
2026-06-21T09:42:41.0675410Z    Compiling clap v4.6.1
2026-06-21T09:42:53.0685428Z    Compiling rustls-webpki v0.103.13
2026-06-21T09:42:55.5251938Z    Compiling tokio-rustls v0.26.4
2026-06-21T09:42:55.5252302Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T09:42:55.5252583Z    Compiling noq-proto v0.17.0
2026-06-21T09:42:55.8202242Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T09:42:55.8203109Z    Compiling hyper-rustls v0.27.9
2026-06-21T09:42:55.8203526Z    Compiling tokio-websockets v0.13.2
2026-06-21T09:42:56.0268160Z    Compiling reqwest v0.13.4
2026-06-21T09:42:57.0234929Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T09:43:14.6277940Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T09:43:16.0240487Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T09:43:25.3610822Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T09:43:32.6756730Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
2026-06-21T09:43:32.6978029Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T09:43:32.7488225Z 
2026-06-21T09:43:32.7488559Z running 1 test
2026-06-21T09:43:39.9962155Z test new_brain_serves_against_old_broker ... ok
2026-06-21T09:43:39.9962395Z 
2026-06-21T09:43:39.9962612Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.25s
2026-06-21T09:43:39.9962872Z 
